In the Java field, it is very common to integrate a product into the application server, and it is more common to integrate the message middleware into the application server.Currently, open-source application servers are widely used in Geronimo and JBoss. The default JMS provider of Geronimo is activemq, while the default JMS provider of JBoss application server
,WSNOTIFICATION,XMPP,AMQP
2. Full support for JMS1.1 and the Java EE 1.4 specification (persistence, XA messages, transactions)
3. Support for spring, ACTIVEMQ can easily be embedded into the system using spring, but also support the features of Spring2.0
4. Tested by common Java EE servers (such as Geronimo,jboss 4,glassfish,weblogic), with the configuration of JCA 1.5resource adaptors, Allows
The main role of a JMS broker such as ActiveMQ is to provide a communicationInfrastructure for client applications. For that reason, ActiveMQ provides connectors,A connectivity mechanism that provides client-to-broker communications (usingTransport connectors) as well as Broker-to-broker communications (using networkConnectors). ActiveMQ allows client application
1. Quick Start 1: download the latest version from the official website. The latest version is 5.9.0 2. Unzip the package, open cmd, enter the bin directory, and run activemq. (In linux, enter nohup activemq ) to check the output startup log. Loading message broker from: xbean: activemq. xml, which is the main configuration file. Using Persistence Adapter: KahaDB
-6productor:我是大帅哥,我现在正在生产东西!,count:52--->18Thread-5: Consumer:我是消费者,我正在消费MsgThread-3productor:我是大帅哥,我现在正在生产东西!,count:53--->19Thread-4: Consumer:我是消费者,我正在消费MsgThread-3productor:我是大帅哥,我现在正在生产东西!,count:58--->20
To view the results of the operation, we can do ACTIVEMQ server: http://127.0.0.1:8161/admin/inside the queues to view our production messages.5, the characteristics of ACTIVEMQ
Characte
installation and start-up of Activemq
Install Java Configuration Java environment
download ACTIVEMQUnzip the compressed packageTar zxvf activemq-x.x.x-bin.tar.gzAt this point, Linux under the ACTIVEMQ installation work is completed.ACTIVEMQ startup under LinuxThe startup Activemq is split into two modes, starting wit
Recently, you want to learn about JMS and then learn about ACTIVEMQ, which is recorded here.1.ActiveMQ Introduction
ACTIVEMQ Official website: http://activemq.apache.org/
(The following excerpt from Baidu Encyclopedia)
ActiveMQ is the most popular, powerful, open source messaging bus that Apache has produced.
specification has been around for a long time, but JMS still plays a special role in today's Java EE applications.
Main Features:
1. Multiple language and protocol writing client. Languages: Java, C, C + +, C #, Ruby, Perl, Python, PHP. Application protocol: Openwire,stomp REST,WSNOTIFICATION,XMPP,AMQP
2. Fully support JMS1.1 and Java EE 1.4 specification (persistence, XA messages, transactions)
3. Support for spring, ACTIVEMQ can easily be embedded
A Brief Introduction to activeMQ and a brief introduction to activeMQ1. What is activeMQ?ActiveMQ is the most popular and powerful open-source message bus produced by Apache. ActiveMQ is a JMS Provider that fully supports the JMS1.1 and J2EE 1.4 specifications. Although it has been a long time since the JMS specificati
ActiveMQ deployment steps and background management website Service Unavailable Problem Solving notes, activemq and webservice
When ActiveMQ was recently deployed, it was found that some servers could open the background management website, some servers could not open it, and Jetty reported 503 Service Unavailable.
After a long time, I finally found the problem.
Become a fat student to learn ActiveMQ · basics, become a fat activemq
After the Spring Festival, I went back to my company and turned my company into a fat man. However, you should never think that all of his big belly is filled with fat meat, and there is a lot of extra ink in it. After all, Cheng xiaopang spent half a month in Spring Festival studying and studying Ac
message: ACTIVEMQ Send message 2 Send message: ACTIVEMQ Send message 3 Send message: ActiveMq Message 4 Send message: Message sent by ActiveMq 5
To view the results of the operation, we can do ACTIVEMQ server: http://127.0.0.1:8161/admi
I. Overview and INTRODUCTION
ActiveMQ is an open source server for Apache, the most popular, powerful instant messaging and integration model. ActiveMQ is a JMS provider implementation that fully supports the JMS1.1 and the Java EE 1.4 specification. Provides client support across languages and protocols, with easy to use in full support for JMS 1.1 and 1.4 using the Java EE Enterprise Integration model and
> Download
To ACTIVEMQ official website, find the download point.
Current
Official website for http://activemq.apache.org/
Linux version of the download point is: http://apache.fayea.com/activemq/5.11.1/apache-activemq-5.11.1-bin.tar.gz
> Start
Download to this machine and unzip
wget http://apache.fayea.com/activemq/5.
. Install jbossExtract jboss to a directory such as/usr/local/jboss, add "/usr/local/jboss" to the path, and set jboss_home = "/usr/local/jboss"Run. sh and open the browser http: // localhost: 8080. If the test page is displayed, the installation is successful!
Configure. bash_profile in the/root directory to add Envir
ACTIVEMQ successfully started Netstat-an|find "61616" by viewing the port information
4. MonitoringACTIVEMQ launches the built-in jetty server by default, providing an admin app for monitoring activemq.admin:http://127.0.0.1:8161/admin/
User name and password are admin
5. At this point, the server is up and ready.To stop the server, just press ctrl+shift+c, then enter Y.We simply talk about ACTIVEMQ featu
I. Overview and INTRODUCTION
ActiveMQ is an open source server for Apache, the most popular, powerful instant messaging and integration model. ActiveMQ is a JMS provider implementation that fully supports the JMS1.1 and the Java EE 1.4 specification. Provides client support across languages and protocols, with easy to use in full support for JMS 1.1 and 1.4 using the Java EE Enterprise Integration model and
Recent exposure to application server JBoss, in addition to the JBoss Web and Tomcat as a Web server, then consult the data to compare the three, for your reference.First, TomcatThe Tomcat server is a free open source Web application server. Support for the latest servlet and JSP specifications. Because of the advanced Tomcat technology, stable performance, and free, so deeply loved by Java enthusiasts and
What is an enterprise application cluster
Cluster refers to the aggregation of different servers together, a collection of servers, which provides the client with a virtual platform, so that clients do not know the structure of the server collection can be deployed to the server collection of applications, access to services and other operations. Clustering is a key feature of enterprise applications, and it can provide:
High scalability: You can add as many servers as you want to the cluster
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.